-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support fullyAuthenticated to Kotlin DSL #16190
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again, @franticticktick! I've left some feedback inline.
...t/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDslTests.kt
Show resolved
Hide resolved
...c/main/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDsl.kt
Show resolved
Hide resolved
70e67e5
to
456f7f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, @franticticktick. I found two more items in the test if you could address them, please.
...t/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDslTests.kt
Outdated
Show resolved
Hide resolved
...t/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDslTests.kt
Outdated
Show resolved
Hide resolved
456f7f5
to
871deba
Compare
871deba
to
3bbc59a
Compare
@jzheaux thanks for feedback, all your comments have been resolved. |
Closes gh-16162